home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / System / BoingBag1 / ROM-Update / NSDPatch.cfg-new < prev   
Text File  |  1999-12-21  |  27KB  |  545 lines

  1. #
  2. # Demonstration patch configuration file for NSDPatch
  3. # ===================================================
  4. #
  5. #
  6. # Each device patch configuration must reside on a single line.
  7. # A patch that has been installed once cannot be changed.
  8. # The patching process works also for devices which generate a
  9. # new device base for each OpenDevice() call. It is not Unit
  10. # specific. For devices generating multiple bases per OpenDevice(),
  11. # existing opens won't be patched as they can't be located.
  12. # Once a patch is installed any Unit opened since then will be
  13. # patched.
  14. #
  15. # NOTE WELL: A device patch is not meant to replace an NSD upgrade
  16. #            forever. It will emulate NSD device behaviour on top
  17. #            of existing devices fairly well. It will not add any
  18. #            major safety checks or automagically fix every problem
  19. #            you might have with an old Exec device. It may not
  20. #            implement every single NSD detail for various device
  21. #            types.
  22. #
  23. # THERE IS ABSOLUTELY NO WARRANTY WHATSOEVER! STANDARD DISCLAIMER!
  24. #
  25. # How to install the patch on OS 3.5:
  26. #
  27. #   1. Update this configuration file as required and copy it
  28. #      to "DEVS:NSDPatch.cfg". That's all. OS 3.5 does the rest.
  29. #
  30. # How to install the patch on OS 3.1:
  31. #
  32. #   1. Copy the configuration file and NSDPatch onto your boot
  33. #      partition.  You can choose the place arbitrarily, though DEVS:
  34. #      and C: are recommended respectively.
  35. #
  36. #   2. If needed, rename the configuration file and change it as
  37. #      needed for your setup. Check the option descriptions below.
  38. #      BE CAREFUL WHEN CHOOSING PATCH OPTIONS!
  39. #
  40. #   3. Add a line like this one *immediately* after SetPatch to your
  41. #      S:Startup-Sequence:
  42. #
  43. #           <location>NSDPatch QUIET PCF <configfile>
  44. #
  45. #      You only need to specify "PCF <configfile>" if you don't use
  46. #      DEVS:NSDPatch.cfg
  47. #
  48. #   4. On every subsequent reboot, the NSDPatch will silently be
  49. #      turned on according to the configuration. There is nothing
  50. #      more you have to do except turning off the patch for any device
  51. #      that gets updated to be NSD compliant.
  52.  
  53. #
  54. # There are various options, parsed in dos.library/ReadArgs() style.
  55. # This file describes the options available with NSDPatch >=43.16.
  56. # or OS 3.5.
  57. #
  58.  
  59. #  DEVICE       The name of the device to patch (need not be resident)
  60. #               If your device supports NSD already, it usually is
  61. #               *NOT* wise to patch it!
  62. #               You can check this with a tool like NSDQuery from the
  63. #               original NSDPatch archives.
  64.  
  65. #  COMMANDS     A comma separated list of the supported command
  66. #               numbers. It is not necessary to specify the general
  67. #               NSD commands like NSCMD_DEVICEQUERY.
  68. #               When specifying commands, you can exclude some with
  69. #               a subsequent negative specification as shown below
  70. #               in the various patch lines.
  71. #               Just use the "!" character to specify a command number
  72. #               or range to be subsequently excluded again.
  73. #               (Needs "DEVICE" option)
  74.  
  75. #  DEVICETYPE   The numeric or symbolic NSD device type to set
  76. #               (Needs "COMMANDS" option)
  77.  
  78. #  SKIPMOUNT/S  After a trackdisk like device is patched, NSDPatch
  79. #               automagically checks if any 64 bit partitions are mounted
  80. #               but not yet activated. These partitions will then be
  81. #               activated to support, e.g., the V43 FastFileSystem
  82. #               which will activate only for big partitions
  83. #               if the underlying device supports the NSD 64 bit
  84. #               command set.
  85. #               To suppress this feature, specify this option.
  86. #               Normally, you should not use this option.
  87. #               (Needs "DEVICETYPE" option)
  88.  
  89. #  IOERRNOCMD/S If the device to patch does not support IOERR_NOCMD
  90. #               correctly, i.e., if it crashes on unknown commands,
  91. #               specify this option. Only the commands specified
  92. #               via the "COMMANDS" option will be accepted then.
  93. #               All other requests will be safely returned with the
  94. #               IOERR_NOCMD error.
  95. #               (Needs "DEVICETYPE" option)
  96.  
  97. #  TD64/S       If the device to be patched supports the 3rd party TD64
  98. #               command set, use this option. The NSD trackdisk
  99. #               extensions will automatically be redirected then to
  100. #               make use of that functionality for e.g. the V43
  101. #               FastFileSystem. Otherwise a simple HD_SCSICMD
  102. #               fallback is implemented for trackdisk like devices.
  103. #               This fallback is _very_ simple to emulate 64 bit
  104. #               commands. Don't expect magic. (Needs "DEVICETYPE"
  105. #               option)
  106.  
  107. #  ACTIVATE     A DOS pattern to tell which DOS device names should
  108. #               be activated to e.g. start up a filesystem on a
  109. #               patched device. It is safe to specify already
  110. #               active devices. Devices where the name is "hidden"
  111. #               by a volume of the same name currently won't be
  112. #               activated. You may want to specify the partition
  113. #               names of partitions exceeding the 4GB barrier here
  114. #               for a patched device with the V43 FastFileSystem
  115. #               if you have used the SKIPMOUNT option when patching
  116. #               the device. Don't specify a trailing ':' in the
  117. #               pattern.
  118.  
  119. #  RDBUNIT/N    If you have a trackdisk like boot device that
  120. #               crashes on unknown commands instead of returning
  121. #               IOERR_NOCMD, you will need this option,
  122. #               "IOERRNOCMD", and "ACTIVATE". You can't boot from a
  123. #               partition exceeding the 4GB barrier with an old
  124. #               style device and the V43 FastFileSystem, and you
  125. #               must not mark any partitions exceeding that barrier
  126. #               as automountable if you have a device that does not
  127. #               support IOERR_NOCMD. These partitions won't be
  128. #               activated automatically by e.g. V43 FFS until the
  129. #               patch is installed. To activate or mount these
  130. #               partitions automatically after the patch is in
  131. #               place, specify the device unit number to scan here
  132. #               and the partition names with the "ACTIVATE" option.
  133. #               The Rigid Disk Block (RDB) on the named unit will be
  134. #               scanned and all named partitions will be mounted.
  135. #               If you specify partitions that are already
  136. #               mounted, an error will be returned. Actually, this
  137. #               option is useful as a general "late mount"
  138. #               functionality!
  139.  
  140. #  MOUNTANY/S   This option is obsolete. Late mounting will always
  141. #               look at all RDB entries on "RDBUNIT" matching the
  142. #               "ACTIVATE" pattern, starting with NSDPatch 43.18.
  143.  
  144. #  VERSION/N    If you know the exact version of a certain device to
  145. #  REVISION/N   be patched, specify these options. The patch line
  146. #               will only be used if this version and revision
  147. #               can be found. As NSDPatch will not skip configuration
  148. #               lines for already patched devices, you can make a list
  149. #               of certain patches for specific versions, followed by
  150. #               a "generic" line for all other versions.
  151. #               This is shown below for scsi.device.
  152. #               Note the usefulness for these options with the ISNSD
  153. #               and VERSIONISNSD options!
  154. #
  155. #               Patches with version and revision info always take
  156. #               precedence over a general patch line for the same
  157. #               device if they apply.
  158.  
  159. #  SANA2MAGIC/S Some SANA2 devices don't take it very well if they
  160. #               get passed a NULL buffer management pointer on OpenDevice()
  161. #               This not only makes it hard for NSD to operate nicely, it
  162. #               also confuses some of the popular SANA2 debugging tools.
  163. #               If you have a device like this, you may want to try this
  164. #               option. It should help by providing a dummy pointer if needed.
  165.  
  166. #  ISNSD/S      Will recognize and not patch any device with at least
  167. #               the given VERSION and, optionally,  REVISION.
  168.  
  169. #  VERSIONISNSD/S   Works like ISNSD for the exact VERSION.REVISION.
  170. #               This is useful in case somebody put out a non NSD
  171. #               device suddenly with a higher version number. Tss.
  172. #               What an idea.
  173.  
  174. #  SINGLEPATCHONLY/S
  175. #               NSDPatch will patch a device just once on the "first" call
  176. #               to OpenDevice(). This option is still accepted, but OBSOLETE,
  177. #               as this behaviour is NSDPatch default starting with NSDPatch
  178. #               version 43.12.
  179. #
  180.  
  181. #  TRYMULTIPATCH/S
  182. #               Normally, NSDPatch will check a device to patch on
  183. #               the initial OpenDevice() call and patch it
  184. #               appropriately. This behaviour is default starting
  185. #               with NSDPatch 43.12. If you encounter a device that
  186. #               changes its own device function addresses while it
  187. #               is open, you should use this option. This is highly
  188. #               unlikely, though, as this behaviour would be rather
  189. #               inefficient and possibly crash prone. Note
  190. #               that when using this option, you may encounter
  191. #               infinite loops if other tools like debuggers
  192. #               also patch into the device vectors. Before 43.12,
  193. #               this option was the default setting but due to its
  194. #               dangerous nature, SINGLEPATCHONLY is now the
  195. #               default setting.
  196.  
  197. #  INTBEGINIO/S
  198. #               Some devices may be used from within interrupts
  199. #               to a certain extent. timer.device and audio.device
  200. #               have functionality that may be used from interrupts.
  201. #               Specify this option only if a device may be safely
  202. #               called from within supervisor code. In supervisor
  203. #               mode, NSDPatch functionality is then bypassed to
  204. #               preserve system stability. Do not specify this option
  205. #               if it is not needed as it will add some amount of
  206. #               processing overhead.
  207. #
  208.  
  209. #
  210. #  MAPTODEVICE/K
  211. #  MAPTOUNIT/K/N
  212. #               By using this type, you can define mappings from one
  213. #               device/unit combination to another. This is
  214. #               useful if special tools check on the device
  215. #               name for certain functionality and you really want
  216. #               to use another device/unit. Examples can be found
  217. #               below. It is usually unwise to map devices to
  218. #               devices of a different type because the command
  219. #               sets may well differ in a way that confuse non NSD
  220. #               aware applications. Note that mapping trackdisk
  221. #               units to other devices may be dangerous unless you
  222. #               run any "noclick" hack before NSDPatch!
  223. #
  224.  
  225. #
  226. #  FIXSCSIUPDATE/S
  227. #               The V40 scsi.device has a problem with the JAZ-drive
  228. #               A CMD_UPDATE will start up the drive even if there is
  229. #               nothing to update. For any trackdisk like device
  230. #               with HD_SCSICMD, you # can specify this option to
  231. #               fix a JAZ-drive. CMD_UPDATE will be replaced then
  232. #               with a safe version, which only syncs up the
  233. #               drive's caches if the drive is ready.
  234. #
  235.  
  236. #
  237. #  AVOIDFORBID/S
  238. #               The AmigaOS kernel Exec single threads any device
  239. #               opener with Forbid(), meaning that only the task
  240. #               opening the device will run at that time. Some
  241. #               devices rely on this, some modern devices don't.
  242. #               Forbid() is bad, because opening device can take
  243. #               some time, which means that other tasks are blocked
  244. #               in a significant and possibly deadly way for time
  245. #               critical applications. A better method to do single
  246. #               threading is use of a semaphore, which
  247. #               unfortunately can't be generally used due to
  248. #               compatibility reasons. If you know that a device
  249. #               can handle a semaphore, specify this option. The
  250. #               Forbid() will then be automagically converted into
  251. #               a semaphore call when the device is opened.
  252. #               Special magic is integrated for console.device, which
  253. #               tends to Forbid() for a long, long time.
  254. #               ONLY TOUCH THIS IF YOU KNOW WHAT YOU ARE DOING! YOU MAY
  255. #               NOT GET WHAT YOU EXPECT!
  256. #
  257.  
  258. #-------------------------------------------------------------------------
  259. #
  260. # Default configuration lines for the V40 (OS 3.1) devices and their
  261. # OS 3.5 counterparts.
  262. # If you find any bugs or omissions, please report them.
  263. # With some work, all the correct versions could be added,
  264. # and this file could contain complete patch information for
  265. # different OS versions. Feedback on this is welcome.
  266.  
  267. #
  268. # Add a comment '#' character to those lines where you already
  269. # use a NSD device.
  270. #
  271.  
  272. # Notes:
  273. #
  274. #   - audio.device is marked with IOERRNOCMD. It does not crash on
  275. #     unknown commands, but it doesn't set IOERR_NOCMD correctly.
  276. #
  277. #   - As a convenience measure for A4000T users, a line with
  278. #     2nd.scsi.device, equal to the scsi.device line, has been added.
  279. #
  280. #   - mfm.device V38/V40 trashes a CPU register on OpenDevice() and
  281. #     has a special private configuration command. The patch fixes
  282. #     the former automagically (as for any device), and the patch
  283. #     line reflects the latter.
  284. #
  285. #   - scsi.device V40 and before V43.22 will not handle CMD_UPDATE well,
  286. #     This is worked around by the FIXSCSIUPDATE option in the respective
  287. #     lines.
  288.  
  289. DEVICE audio.device     DEVICETYPE NSDEVTYPE_AUDIO      COMMANDS 1-14,32 IOERRNOCMD INTBEGINIO
  290. DEVICE cd.device        DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,18-23,32-46
  291. DEVICE clipboard.device DEVICETYPE NSDEVTYPE_CLIPBOARD  COMMANDS 2-4,9-12
  292. DEVICE console.device   DEVICETYPE NSDEVTYPE_CONSOLE    COMMANDS 1-3,9-12 VERSION 40
  293. DEVICE console.device   DEVICETYPE NSDEVTYPE_CONSOLE    COMMANDS 1-3,9-12
  294. DEVICE gameport.device  DEVICETYPE NSDEVTYPE_GAMEPORT   COMMANDS 1,5-13
  295. DEVICE input.device     DEVICETYPE NSDEVTYPE_INPUT      COMMANDS 1,5-16
  296. DEVICE keyboard.device  DEVICETYPE NSDEVTYPE_KEYBOARD   COMMANDS 1,5-13
  297. DEVICE parallel.device  DEVICETYPE NSDEVTYPE_PARALLEL   COMMANDS 1-10
  298. DEVICE printer.device   DEVICETYPE NSDEVTYPE_PRINTER    COMMANDS 1-12,!2,!4,!5
  299. DEVICE ramdrive.device  DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2-5,9,11-15
  300. DEVICE scsi.device      DEVICETYPE NSDEVTYPE_TRACKDISK  VERSION 43 ISNSD FIXSCSIUPDATE
  301. DEVICE scsi.device      DEVICETYPE NSDEVTYPE_TRACKDISK  VERSION 43 REVISION 22 ISNSD
  302. DEVICE scsi.device      DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28 VERSION 40 REVISION 20 FIXSCSIUPDATE
  303. DEVICE scsi.device      DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28,!22 FIXSCSIUPDATE
  304. DEVICE 2nd.scsi.device  DEVICETYPE NSDEVTYPE_TRACKDISK  VERSION 43 ISNSD FIXSCSIUPDATE
  305. DEVICE 2nd.scsi.device  DEVICETYPE NSDEVTYPE_TRACKDISK  VERSION 43 REVISION 22 ISNSD
  306. DEVICE 2nd.scsi.device  DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28 VERSION 40 REVISION 20 FIXSCSIUPDATE
  307. DEVICE 2nd.scsi.device  DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28,!22 FIXSCSIUPDATE
  308. DEVICE serial.device    DEVICETYPE NSDEVTYPE_SERIAL     VERSION 43 ISNSD
  309. DEVICE serial.device    DEVICETYPE NSDEVTYPE_SERIAL     COMMANDS 1-11,!4
  310. DEVICE timer.device     DEVICETYPE NSDEVTYPE_TIMER      COMMANDS 9-11 INTBEGINIO
  311. DEVICE trackdisk.device DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2-16,!8,$8002-$8005,$8009-$800b,$8010-$8011
  312. DEVICE mfm.device       DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-23,29
  313.  
  314. DEVICE a2065.device     DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26 SANA2MAGIC
  315. DEVICE a2060.device     DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,17-26 SANA2MAGIC IOERRNOCMD
  316. DEVICE slip.device      DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,9-26
  317.  
  318. #-------------------------------------------------------------------------
  319. #
  320. # A few configuration lines for known third party stuff. Please report
  321. # more device configurations if you can obtain them!
  322. #
  323. # It is unwise to use a configuration line without checking the version
  324. # of the device first! Not all these entries are necessarily tested.
  325. #
  326. # Entries for devices that are known to be troublesome are enabled as
  327. # default.
  328. #
  329. # Entries for specific known versions precede entries that should cover
  330. # all other versions.
  331. #
  332. # If you create new entries here, please report them to
  333. # <heinz@hwg.muc.de>. Thanks a lot.
  334. #
  335.  
  336. # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  337. # AmokNet
  338. DEVICE amoksana.device   DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 1-5,8-9,16-26 VERSION 3 REVISION 189 SANA2MAGIC
  339. DEVICE amoksana.device   DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 1-5,8-9,16-26 VERSION 3 REVISION 190 SANA2MAGIC
  340. DEVICE amoksana.device   DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 1-5,8-9,16-26 SANA2MAGIC
  341.  
  342. # VillageTronic Ariadne board.
  343. DEVICE ariadne.device    DEVICETYPE NSDEVTYPE_SANA2      VERSION 1 REVISION 47 ISNSD
  344. #DEVICE ariadne.device    DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26 VERSION 1 REVISION 39
  345. #DEVICE ariadne.device    DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26
  346.  
  347. # Interworks ICard
  348. DEVICE icard.device      DEVICETYPE NSDEVTYPE_SANA2      VERSION 1 REVISION 5 ISNSD
  349. DEVICE icard.device      DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26 VERSION 1 REVISION 4 SANA2MAGIC IOERRNOCMD
  350. DEVICE icard.device      DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26 SANA2MAGIC IOERRNOCMD
  351.  
  352. # NE1000 for the GoldenGate board
  353. DEVICE gg_ne1000.device  DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26 VERSION 37 REVISION 7 SANA2MAGIC
  354. DEVICE gg_ne1000.device  DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26 SANA2MAGIC
  355.  
  356. # NE2000 for the GoldenGate board
  357. DEVICE gg_ne2000.device  DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26 VERSION 37 REVISION 7 SANA2MAGIC
  358. DEVICE gg_ne2000.device  DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-26 SANA2MAGIC
  359.  
  360. # QuickNet board
  361. DEVICE QuickNetS2.device DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,17-26,$7ff0 VERSION 2 REVISION 3 SANA2MAGIC IOERRNOCMD
  362. DEVICE QuickNetS2.device DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,17-26,$7ff0 SANA2MAGIC IOERRNOCMD
  363. DEVICE QuickNet.device   DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8,17,20 SANA2MAGIC
  364.  
  365. # Holger Kruse
  366. #DEVICE ppp.device        DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,9-11,14-26
  367.  
  368. # A4066
  369. #DEVICE a4066.device      DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,9-11,14-26 VERSION 1 REVISION 9
  370.  
  371. # Hydra
  372. DEVICE hydra.device      DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-27 VERSION 1 REVISION 44 SANA2MAGIC
  373. DEVICE hydra.device      DEVICETYPE NSDEVTYPE_SANA2      COMMANDS 2-3,8-11,14-27 SANA2MAGIC
  374.  
  375. # HWG version 40.9
  376. DEVICE a2060.device     DEVICETYPE NSDEVTYPE_SANA2      VERSION 40 REVISION 9 ISNSD
  377.  
  378. # HWG/MBS version 3.x
  379. DEVICE a2065.device     DEVICETYPE NSDEVTYPE_SANA2      VERSION 3 ISNSD
  380.  
  381. # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  382. # A few lines donated by Alessandro Zummo
  383. # MultiFace Card
  384. #DEVICE duart.device      DEVICETYPE NSDEVTYPE_SERIAL     COMMANDS 1-11,!4
  385. #DEVICE pit.device        DEVICETYPE NSDEVTYPE_PARALLEL   COMMANDS 1-10
  386. # GVP IOExtender or GForce 040 Combo
  387. #DEVICE gvppar.device     DEVICETYPE NSDEVTYPE_PARALLEL   COMMANDS 1-10
  388. #DEVICE gvpser.device     DEVICETYPE NSDEVTYPE_SERIAL     COMMANDS 1-11,!4
  389. # diskserial.device
  390. #DEVICE diskserial.device  DEVICETYPE NSDEVTYPE_SERIAL     COMMANDS 1-11,!4
  391. # a2232.device
  392. #DEVICE a2232.device       DEVICETYPE NSDEVTYPE_SERIAL     COMMANDS 1-11,!4
  393.  
  394. # squirrel
  395. #DEVICE squirrelserial.device  DEVICETYPE NSDEVTYPE_SERIAL     COMMANDS 1-11,!4 VERSION 37 REVISION 565
  396.  
  397. # telser (Command set not checked!)
  398. #DEVICE telser.device  DEVICETYPE NSDEVTYPE_SERIAL     COMMANDS 1-11,!4
  399.  
  400. # VMC HyperCOM4-Z2 board
  401. # should work with other VMC-Devices (vmcisdn.device, hyperCOMxx.device)
  402. #DEVICE hyperCOM40.device    DEVICETYPE NSDEVTYPE_SERIAL     COMMANDS 1-11,!4
  403.  
  404. # Note: This device seems to violate NSD specs by using the $4xxx range. version 1.917
  405. # It uses $4303-$4305,$43f0-$43f3,$4405 as it seems, so I don't list them.
  406. #DEVICE capi20.device    DEVICETYPE NSDEVTYPE_UNKNOWN  COMMANDS 1-3,5
  407.  
  408. # Version checked: 1.917
  409. #DEVICE fossil.device    DEVICETYPE NSDEVTYPE_SERIAL  COMMANDS 1-3,5,8-9,11
  410.  
  411. # The type setting for these two devices seems somewhat questionable.
  412. # Any comments?
  413. # Versions checked: 3.13.
  414. #DEVICE ciwan.device     DEVICETYPE NSDEVTYPE_SANA    COMMANDS 2-3,9-11,18,23,25-26
  415. #DEVICE iwan.device      DEVICETYPE NSDEVTYPE_SANA    COMMANDS 2-3,9-11,18,23,25-26
  416.  
  417. #DEVICE ariadnepar.device  DEVICETYPE NSDEVTYPE_PARALLEL   COMMANDS 1-3,5-12
  418.  
  419. #DEVICE ibmprint.device  DEVICETYPE NSDEVTYPE_PARALLEL   COMMANDS 1,3,5-10
  420. #DEVICE ibmser.device    DEVICETYPE NSDEVTYPE_SERIAL  COMMANDS 1-3,5-10
  421. #DEVICE serio.device     DEVICETYPE NSDEVTYPE_SERIAL  COMMANDS 1-10
  422.  
  423. # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  424. # For omniscsi.device 1.9 as used in some Guru-ROM's
  425. # Yes, to patch omniscsi.device, you'll need the name gvpscsi.device!
  426. #DEVICE gvpscsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2-5,9-15,20-23,28
  427.  
  428. # For HardFrame Controllers
  429. #DEVICE HardFrame.device DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,23,28
  430.  
  431. # Oliver Kastl's atapi.device
  432. #DEVICE atapi.device      DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  433.  
  434. # Another recoverable ram disk
  435. #DEVICE statram.device    DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2-15,20-21 VERSION 37 REVISION 11
  436.  
  437. # For Hardital Synthesis Controllers
  438. # Looks like this should work with syndisk.device 33.x
  439. #DEVICE syndisk.device    DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2-5,9,11-15,28,$69,$6d,$70,$73
  440.  
  441. # A few lines donated by Alessandro Zummo
  442. # Blizzard boards from Phase 5
  443. #DEVICE 2060scsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  444. #DEVICE 1260scsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  445. #DEVICE 1230scsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  446.  
  447. # Phase 5 board, donated by Willem Schaaij
  448. #DEVICE  cybscsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  449.  
  450. # Another Phase 5 device
  451. #DEVICE z3scsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2-7,9-15,20-28,33-39,41-44,46-49,51-72 TD64 VERSION 8 REVISION 5
  452.  
  453. # This should cover SCSI/IDE users with a DataFlyer card.
  454. DEVICE ExpSys.device    DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-9,11-15,18,20-22,28-29 IOERRNOCMD
  455.  
  456. # WarpEngine
  457. #DEVICE warpdrive.device DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28 VERSION 40 REVISION 66
  458.  
  459. # Oktagon 6.10
  460. # Also seems to support 34-36,37-39 but I don't know if
  461. # the implementation is acceptable (cd.device!), so I don't list them
  462. #DEVICE oktagon.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,18-22,28 VERSION 6 REVISION 10
  463.  
  464. # diskspare
  465. #DEVICE diskspare.device DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2-15,18-22 VERSION 3 REVISION 0
  466.  
  467. # squirrel
  468. #DEVICE squirrelscsi.device    DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28 VERSION 37 REVISION 1765
  469.  
  470. # Draco builtin hostadapter (Donated by Bernhard Möllemann)
  471. #DEVICE dracoscsi.device DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  472.  
  473. # hardfile.device by Chris Hames. Only 2-3,11 seem to do anything useful
  474. #DEVICE hardfile.device DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-11,13-15,18-21,$8001-$800b,$800d-$800f,$8012-$8015
  475.  
  476. #DEVICE cdromemu.device DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2,12-14,$7ff2-$7ff3
  477.  
  478. # Most commands don't do anything but return.
  479. #DEVICE ibmide.device DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-21,$8001-$8015
  480.  
  481.  
  482.  
  483. # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  484. # AsimCDFS
  485. #DEVICE asimcdfs.device DEVICETYPE NSDDEVTYPE_UNKNOWN COMMANDS 0-37
  486.  
  487. #-------------------------------------------------------------------------
  488. #
  489. # Some broken software checks the device name and assumes certain
  490. # capabilities. This prohibits the use of updated drivers because
  491. # the software would not use their features.
  492. # Via device mapping, you can map a certain device unit combination
  493. # to another.
  494. #
  495.  
  496. # Fool CrossDOS into using TD_GETGEOMETRY for fake units
  497. #DEVICE mfm.device       UNIT 1 MAPTODEVICE hwgatapi.device MAPTOUNIT 1
  498. #DEVICE mfm.device       UNIT 1 MAPTODEVICE scsi.device MAPTOUNIT 1
  499. # Same thing for versions of FFS.
  500. # Note that mapping trackdisk units to other devices may be dangerous
  501. # unless you run any noclick hack before NSDPatch!
  502. #DEVICE trackdisk.device UNIT 1 MAPTODEVICE hwgatapi.device MAPTOUNIT 1
  503. #DEVICE trackdisk.device UNIT 1 MAPTODEVICE scsi.device MAPTOUNIT 1
  504.  
  505.  
  506. #-------------------------------------------------------------------------
  507. #
  508. # Demonstration lines for activation and late mount functionality.
  509. # If you want to late mount huge partitions, place the late mount lines
  510. # after the device patch line. Note that you must not specify a colon
  511. # for the DOS names.
  512. #
  513.  
  514. # Activate a mounted DOS device entry named "HUGE" (without the colon!)
  515. #ACTIVATE HUGE
  516.  
  517. # Late-Mount and activate a partition named "BIG" on scsi.device unit 4
  518. #DEVICE scsi.device RDBUNIT 4 ACTIVATE BIG
  519.  
  520. # Late-Mount all unmounted partitions on scsi.device unit 4
  521. #DEVICE scsi.device RDBUNIT 4 ACTIVATE #?
  522.  
  523. # Late-Mount all unmounted partitions except for UNIX and MAC on scsi.device unit 4
  524. #DEVICE scsi.device RDBUNIT 4 ACTIVATE ~(UNIX|MAC)
  525.  
  526. #-------------------------------------------------------------------------
  527. # Dummy lines for simple support of Phase 5 hardware. These are not really tested
  528. # and I have no idea what the true command capabilities of various Phase 5
  529. # scsi.device versions are.
  530. DEVICE 2060scsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  531. DEVICE 1260scsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  532. DEVICE 1230scsi.device   DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  533. DEVICE cybscsi.device    DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  534. DEVICE cybppc.device     DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28 TD64
  535. DEVICE z3scsi.device     DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 1-15,20-23,28
  536.  
  537. # Similarly untested lines that may help.
  538. DEVICE tekscsi2.device  DEVICETYPE NSDEVTYPE_TRACKDISK  COMMANDS 2-5,9-15,20-21,23,28 IOERRNOCMD
  539. DEVICE wildfirescsi.device DEVICETYPE NSDEVTYPE_TRACKDISK COMMANDS 1-23,28,32-46 VERSION 1 REVISION 1
  540.  
  541. #-------------------------------------------------------------------------
  542.  
  543. ### EOT ###
  544.  
  545.